Skip to content

refactor: move ChinlanDispatcher.m back to root#39

Merged
tkgstrator merged 2 commits into
developfrom
refactor/inline-chinlan-dispatcher
Jun 24, 2026
Merged

refactor: move ChinlanDispatcher.m back to root#39
tkgstrator merged 2 commits into
developfrom
refactor/inline-chinlan-dispatcher

Conversation

@tkgstrator

Copy link
Copy Markdown
Contributor

What

Chinlan/Dispatcher.m -> ChinlanDispatcher.m (back at Sources/KiouEngineBridge/ root). The Chinlan/ directory was holding only one file, so it added no grouping value.

Cross-reference in docs/research/cave_kinds.md updated to the new path.

Test plan

make jailed builds clean locally. CI will cover the other two flavours.

🤖 Generated with Claude Code

Chinlan/ held only Dispatcher.m, so the directory added no grouping
value. Move the file back to Sources/KiouEngineBridge/ChinlanDispatcher.m
(matching its symbol scope) and update the cave_kinds.md path reference.
Verified with make jailed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 24, 2026 18:33
@tkgstrator
tkgstrator merged commit c815fc1 into develop Jun 24, 2026
5 checks passed
@tkgstrator
tkgstrator deleted the refactor/inline-chinlan-dispatcher branch June 24, 2026 18:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refactors the chinlan-only dispatcher implementation by relocating it to the Sources/KiouEngineBridge/ root, and updates internal documentation to match the new path. This keeps the chinlan dispatcher easier to discover while removing a single-file subdirectory.

Changes:

  • Moved/renamed the chinlan dispatcher implementation to Sources/KiouEngineBridge/ChinlanDispatcher.m.
  • Updated docs/research/cave_kinds.md to reference the new dispatcher path.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Sources/KiouEngineBridge/ChinlanDispatcher.m Adds the chinlan-only dispatcher/publish implementation at the module root (same logic, new location).
docs/research/cave_kinds.md Updates the documented dispatcher path to the new filename/location.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants